home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 February: Tool Chest / Dev.CD Feb 94.toast / Tool Chest / Devices & Hardware / A⁄ROSE 1.2 / Downloader / ndld.r < prev    next >
Encoding:
Text File  |  1993-06-10  |  2.5 KB  |  201 lines  |  [TEXT/MPS ]

  1. #include "Types.r"
  2.  
  3. #include "SysTypes.r"
  4.  
  5. resource 'vers' (1) {
  6.     1,
  7.     $20,
  8.     release,
  9.     0,
  10.     verUs,
  11.     "1.2",
  12.     "1.2, © Apple Computer, Inc. 1989-1993"
  13. };
  14.  
  15. resource 'vers' (2) {
  16.     1,
  17.     $20,
  18.     release,
  19.     0,
  20.     verUs,
  21.     "1.2",
  22.     "A/ROSE Version 1.2"
  23. };
  24.  
  25. resource 'SIZE' (-1) {
  26.     dontSaveScreen,
  27.     ignoreSuspendResumeEvents,
  28.     enableOptionSwitch,
  29.     cannotBackground,
  30.     multiFinderAware,
  31.     backgroundAndForeground,
  32.     getFrontClicks,
  33.     ignoreChildDiedEvents,
  34.     is32BitCompatible,
  35.     reserved,
  36.     reserved,
  37.     reserved,
  38.     reserved,
  39.     reserved,
  40.     reserved,
  41.     reserved,
  42.     160000,
  43.     131072
  44. };
  45.  
  46. resource 'DLOG' (128, "SFPget") {
  47.     {34, 36, 340, 382},
  48.     dBoxProc,
  49.     invisible,
  50.     noGoAway,
  51.     0x2,
  52.     128,
  53.     "Download Input"
  54. };
  55.  
  56. resource 'DITL' (128, "SFGet") {
  57.     {    /* array DITLarray: 24 elements */
  58.         /* [1] */
  59.         {203, 247, 219, 319},
  60.         Button {
  61.             enabled,
  62.             "Download"
  63.         },
  64.         /* [2] */
  65.         {0, 699, 80, 717},
  66.         Button {
  67.             disabled,
  68.             "Invisible"
  69.         },
  70.         /* [3] */
  71.         {233, 248, 249, 320},
  72.         Button {
  73.             enabled,
  74.             "Quit"
  75.         },
  76.         /* [4] */
  77.         {96, 232, 115, 331},
  78.         UserItem {
  79.             enabled
  80.         },
  81.         /* [5] */
  82.         {129, 255, 145, 311},
  83.         Button {
  84.             enabled,
  85.             "Eject"
  86.         },
  87.         /* [6] */
  88.         {160, 253, 176, 309},
  89.         Button {
  90.             enabled,
  91.             "Drive"
  92.         },
  93.         /* [7] */
  94.         {96, 8, 240, 201},
  95.         UserItem {
  96.             enabled
  97.         },
  98.         /* [8] */
  99.         {96, 200, 240, 225},
  100.         UserItem {
  101.             enabled
  102.         },
  103.         /* [9] */
  104.         {185, 232, 188, 329},
  105.         UserItem {
  106.             enabled
  107.         },
  108.         /* [10] */
  109.         {0, 660, 101, 756},
  110.         StaticText {
  111.             disabled,
  112.             ""
  113.         },
  114.         /* [11] */
  115.         {25, 13, 47, 114},
  116.         RadioButton {
  117.             enabled,
  118.             "Initial Load"
  119.         },
  120.         /* [12] */
  121.         {45, 13, 70, 126},
  122.         RadioButton {
  123.             enabled,
  124.             "Dynamic Load"
  125.         },
  126.         /* [13] */
  127.         {24, 192, 40, 224},
  128.         CheckBox {
  129.             enabled,
  130.             "9"
  131.         },
  132.         /* [14] */
  133.         {24, 232, 40, 264},
  134.         CheckBox {
  135.             enabled,
  136.             "A"
  137.         },
  138.         /* [15] */
  139.         {24, 272, 40, 304},
  140.         CheckBox {
  141.             enabled,
  142.             "B"
  143.         },
  144.         /* [16] */
  145.         {48, 192, 64, 224},
  146.         CheckBox {
  147.             enabled,
  148.             "C"
  149.         },
  150.         /* [17] */
  151.         {48, 232, 64, 264},
  152.         CheckBox {
  153.             enabled,
  154.             "D"
  155.         },
  156.         /* [18] */
  157.         {48, 272, 64, 304},
  158.         CheckBox {
  159.             enabled,
  160.             "E"
  161.         },
  162.         /* [19] */
  163.         {3, 194, 19, 298},
  164.         StaticText {
  165.             enabled,
  166.             "Slot selection"
  167.         },
  168.         /* [20] */
  169.         {274, 8, 293, 65},
  170.         StaticText {
  171.             enabled,
  172.             "Status:"
  173.         },
  174.         /* [21] */
  175.         {274, 65, 293, 333},
  176.         StaticText {
  177.             enabled,
  178.             ""
  179.         },
  180.         /* [22] */
  181.         {251, 8, 267, 75},
  182.         StaticText {
  183.             enabled,
  184.             "Resource:"
  185.         },
  186.         /* [23] */
  187.         {251, 80, 267, 130},
  188.         StaticText {
  189.             enabled,
  190.             ""
  191.         },
  192.         /* [24] */
  193.         {3, 17, 23, 107},
  194.         StaticText {
  195.             enabled,
  196.             "Load Option"
  197.         }
  198.     }
  199. };
  200.  
  201.